home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 191
- Top = 100
- Width = 325
- Height = 247
- BorderIcons = []
- Caption = 'DATABASE DM'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MediaPlayer1: TMediaPlayer
- Left = 64
- Top = 16
- Width = 253
- Height = 30
- FileName = 'Present.avi'
- Visible = False
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 317
- Height = 220
- Align = alClient
- BorderStyle = bsSingle
- TabOrder = 1
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 297
- Height = 201
- BorderStyle = bsSingle
- TabOrder = 0
- OnMouseDown = Panel2MouseDown
- end
- end
- object Timer1: TTimer
- Interval = 8000
- OnTimer = Timer1Timer
- Left = 24
- Top = 19
- end
- end
-